home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / 1-README.install < prev    next >
Text File  |  1995-06-03  |  1KB  |  37 lines

  1. Please read all this file. It is important.
  2.  
  3. *************************************************************************
  4. Install zapem as root as SVGAlib needs root privileges to access the VGA.
  5. *************************************************************************
  6.  
  7. To install Zap 'Em:
  8.  
  9. 1. Edit the makefile to select the correct options
  10. 2. make clean
  11. 3. make
  12. 4. make install
  13. 5. Add /usr/local/games to your path.
  14.  
  15. Kernels >= 1.1.85
  16. ================
  17. Works fine now ( I'm using 1.2.1 ) if you want to use joystick on a kernel
  18. with module versioning (CONFIG_MODVERSION (y/n) when doing a make config) then
  19. you need an patched joystick driver. One is included in the file joyfixed.tgz
  20. which is a slight alteration of the joystick-0.7.2.tar.gz file from sunsite. 
  21.  
  22. GCC version
  23. ===========
  24. You will need gcc 2.6.3 and the associated libs to compile. Sorry, but 2.5.8
  25. is no longer supported.
  26.  
  27. Joystick Support
  28. ================
  29.  
  30. For joystick support you will need:
  31. Kernels with module versioning :
  32.     use the included joyfixed.tgz package
  33. Kernels without module versioning :
  34.     pub/Linux/kernel/patches/console/joystick-0.7.2.tar.gz 
  35.     at sunsite.unc.edu
  36.  
  37.